type github.com/gotd/log.withLogger

5 uses

	github.com/gotd/log (current package)
		with.go#L57: 	return &withLogger{l: l, attrs: append([]Attr(nil), attrs...)}
		with.go#L75: type withLogger struct {
		with.go#L80: func (w *withLogger) Enabled(ctx context.Context, level Level) bool {
		with.go#L84: func (w *withLogger) Log(ctx context.Context, level Level, msg string, attrs ...Attr) {
		with.go#L91: func (w *withLogger) With(attrs ...Attr) Logger {